home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / kick < prev    next >
Encoding:
Text File  |  2002-10-28  |  1.3 KB  |  34 lines

  1. Synopsis:
  2.    kick *|<channel> <nickname> [<reason for kick>]
  3.  
  4. Description:
  5.    This command "kicks" the specified user off of the specified channel.
  6.    It is typically used to remove troublemakers, flooders, or people
  7.    otherwise making a nuisance of themselves on the channel.  The reason
  8.    for the kick is recommended, but not required by the IRC servers.
  9.  
  10. Examples:
  11.    To kick foobar out of channel #blah:
  12.       /kick #blah foobar Go away!
  13.  
  14.    To kick foobar out of your current channel:
  15.       /kick * foobar I said go away!!
  16.  
  17. See Also:
  18.     ignore(1); load(5) autokick; mode(1); on(5) kick
  19.  
  20. Restrictions:
  21.    KICK is limited to channel operators (users with channel mode +o; see
  22.    MODE for more information) on the specified channel.
  23.  
  24. Other Notes:
  25.    It is important to note that channel operators are the single absolute
  26.    authority on their channels, and as such they may kick out anyone they
  27.    choose for any reason (or no reason at all).  Keep in mind, however,
  28.    that doing so for such petty reasons won't make you very popular with
  29.    other users, and it isn't unheard of for users to abusively avenge the
  30.    kick.  If someone is annoying you, using IGNORE (or SILENCE, if
  31.    available) is a better solution.  KICK should be reserved for users who
  32.    are harassing your channel or its members in general.
  33.  
  34.